﻿.titlePanel {
  margin-top: 20px;
  width: 100%;
  height: 58px;
  position: relative;

}

.titleContent {
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  align-items: center;
  justify-content: space-between;
  z-index: 2;
  background-image: linear-gradient(to right,#fff 20px, #ADD4F2 0%, #fff 85%); 
}

.titleLabel {
  font-weight: 700;
  font-size: 22px;
  color: #328CD2;
  white-space: nowrap;
}

.titleBtn {
  white-space: nowrap;
  cursor: pointer;
  font-weight: 400;
  font-size: 14px;
  color: #519CD6;
}

.titleEnLabel {
  font-weight: 400;
  font-size: 23px;
  color: #74A8D0;
  bottom: -14px;
  left: 40px;
  position: absolute;
  white-space: nowrap;
}

/* .titleContent::after {
  content: '';
  width: calc(100% - 19px);
  height: 58px;
  top: 0;
  left: 19px;
  position: absolute;
  background-color: #B3D7F2;
  background-image: linear-gradient(to right, #ADD4F2 0%, #fff 85%);
  z-index: -1;
} */